---
title: "s3 list · RUAL Documentation"
description: "Lists S3 objects in a bucket."
canonical: https://docs.rual.nl/block-types/amazon aws/awsconnection_s3_list
language: en
---

# s3 list

This block is part of the [`amazon aws`](https://docs.rual.nl/block-types/amazon%20aws) group and was last modified in core [`v13.0.7`](https://docs.rual.nl/core-versions/130007).

Lists S3 objects in a bucket.

- connection required `awsconnection` The AWS connection to use for listing the objects

- bucket required `value` The bucket from which to list the objects

- max keys `number` Sets the maximum number of keys returned in the response.

- prefix `value` Limits the response to keys that begin with the specified prefix

- connection `awsconnection` The AWS connection used for the list

- output `object` The output of the command

- success `condition` Condition indicating whether the list was successful

- error `value` Error message in case of any issues during the list process

A typical wiring for [s3 list](https://docs.rual.nl/block-types/amazon%20aws/awsconnection_s3_list): [value](https://docs.rual.nl/block-types/value/value_default) feeds the `bucket` pin; the `connection` out pin feeds [s3 list](https://docs.rual.nl/block-types/amazon%20aws/awsconnection_s3_list).

![Studio canvas example for the s3 list block: typical wiring for s3 list.](https://docs.rual.nl/canvas-examples/awsconnection_s3_list.png)

### Version history

Introduced in [`v13.0.7`](https://docs.rual.nl/core-versions/130007).
